home *** CD-ROM | disk | FTP | other *** search
- /*
- * SFskyedit - Star Fighter 3000 sky colours editor
- * Iconbar icon
- * Copyright (C) 2001 Chris Bazley
- */
-
- #ifndef SFSIconbar_h
- #define SFSIconbar_h
-
- #include "toolbox.h"
- #include "Loader.h"
-
- extern void Iconbar_initialise(ObjectId id);
- extern LoaderFinishedHandler Iconbar_openfile;
-
- #endif
-